Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from file system to S3 #81

Merged
merged 1 commit into from Apr 22, 2019
Merged

Switch from file system to S3 #81

merged 1 commit into from Apr 22, 2019

Conversation

gravesm
Copy link

@gravesm gravesm commented Apr 19, 2019

This is a significant rewrite in preparation for moving to AWS. The
biggest change is to move from dealing with layers stored on the file
system to layers stored in S3. GeoTIFFs will be stored and accessed by
GeoServer directly from S3, so the process for publishing GeoTIFFs has
changed.

The minimum required Python version is now 3.7. This is needed to take
advantage of seekable zipfiles.

This is a significant rewrite in preparation for moving to AWS. The
biggest change is to move from dealing with layers stored on the file
system to layers stored in S3. GeoTIFFs will be stored and accessed by
GeoServer directly from S3, so the process for publishing GeoTIFFs has
changed.

The minimum required Python version is now 3.7. This is needed to take
advantage of seekable zipfiles.
@gravesm gravesm merged commit 29f7024 into master Apr 22, 2019
@gravesm gravesm deleted the aws branch April 22, 2019 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants