You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes pretty huge refactors. The config now uses Habitat, and there's a new AwsStorageConfig class for some better type-safety. Some of the config options are a little different:
The main thing now is that classes that inherit from Sitemapper::Storage must include the return type on the save method. For now I set it to Void because it doesn't really matter what the return type is, but in the future I may make that a boolean or something ... who knows 😂
This version includes a fix to make sitemaps uploaded to S3 respond with the correct Content-Type. Also added in a way to ping the search engines so they know about your sitemap.
This release refactors the storage a bit. LocalStorage still works the same, but now I've added AwsStorage. This version allows you to push your sitemaps to Aws S3 in place of writing to files locally.