gofr
gofr copied to clipboard
Framework should make dealing with S3 files easier
We can have an implementation where s3 files can be treated like a local filesystem.
I would like to work on this do you have some references?
Hey, sorry for the late response, we were figuring out the interface for the same. you can implement this the way file store has been implemented.
https://github.com/gofr-dev/gofr/blob/development/pkg/gofr/datasource/file.go
hi @aryanmehrotra , i would like to contribute on this issue,
could you assign to me ?
@aryanmehrotra Please assign this issue to me.
@coolwednesday - Assigned this to you!
@coolwednesday , looks like you make good progress? Whats the status?
@coolwednesday , looks like you make good progress? Whats the status?
@ManuelReschke We will be able to support file as well as filesystem operations for a single s3 bucket that is general purpose, in which files stored are unversioned, if my PR merges.