Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #39427 All Revisions ] Back to Issue ]
Summary 0039427: Extend the Amazon S3 API to be able to store files apart from the attachments
Revision 2018-10-23 10:27 by caristu
Description It would be nice to extend the Amazon S3 API to be able to store files apart from the attachments. This change would require to:

1) Define a new window where generic S3 bucket configuration can be defined.

2) Adapt the existing attachment method infrastructure to make use of the mentioned configuration

3) Open the S3 API so it can be used to store/move/delete files in a generic way.
Revision 2018-10-23 10:27 by caristu
Description It would be nice to extend the Amazon S3 API to be able to store files apart from the attachments. This change would require to

1) Define a new window where generic S3 bucket configuration can be defined.

2) Adapt the existing attachment method infrastructure to make use of the mentioned configuration

3) Open the S3 API so it can be used to store/move/delete files in a generic way.
Revision 2018-10-10 12:46 by caristu
Description It would be nice to separate the Amazon S3 Integration into two separate modules:

1) A module with the base infrastructure to connect with Amazon S3. This module can also have a public API that allowed to:

- Upload an object into Amazon S3 from an InputStream
- Read an object from Amazon S3
- Move objects in Amazon S3

2) A module with the attachment method implementation for Amazon S3
Revision 2018-10-09 18:50 by caristu
Description It would be nice to haven an API in the AmazonS3Client class that allowed to:

- Upload an object into Amazon S3 from an InputStream
- Read an object from Amazon S3
- Move objects in Amazon S3

This new API would make use of the existing Amazon S3 Configuration which is done for the attachments in order to retrieve the connection settings.
Revision 2018-10-09 18:49 by caristu
Description It would be nice to haven an API in the AmazonS3Client class that allowed to:

- Upload an object into Amazon S3 from an InputStream
- Read an object from Amazon S3
- Move objects in Amazon S3

This new API would make use of the current Amazon S3 Configuration done for the attachments in order to retrieve the connection settings.
Revision 2018-10-09 18:47 by caristu
Description It would be nice if the AmazonS3Client API would be extended so it can be used to:

- Upload an object into AmazonS3 from an InputStream
- Read an object from AmazonS3
- Move objects in AmazonS3

Those methods would make use of the current Amazon S3 Configuration done for the attachments in order to retrieve the connection settings.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker