Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

Methods for applying permissions/policies to buckets, using stored credentials #127

Closed dleehr closed 6 years ago

dleehr commented 6 years ago

Upon registering, accepting, or declining a delivery, D4S2 must make API calls to the S3 service to apply permissions/policies, copy data, etc.

These operations have been prototyped in https://github.com/johnbradley/s3t

dleehr commented 6 years ago

Implemented by #129 and #139