Releases: Serapieum-of-alex/unicloud
Releases · Serapieum-of-alex/unicloud
0.4.0
extend aws (#47)
dev
- add logger to both the
S3
andGCS
classes.
GCS
- add
rename
method to theBucket
class.
AWS
- the
S3
class initialization does not take the aws credentials as arguments, but read them from environment variables. - add
get_bucket
method to theS3
class to return a more comperhensiveBucket
object. - add
Bucket
class that represents an S3 bucket. - the
Bucket
class has methods for uploading, downloading, and deleting, renaming and listing files.
0.3.0
Extend gcs (#23)
dev
- move the aws, and gcs modules to submodules
aws
andgoogle_cloud
. - create a utils module.
GCS
- Create a
Bucket
class that represents a Google Cloud Storage bucket. - The
Bucket
class has methods for uploading, downloading, and deleting files. - The
Bucket
class has methods for listing files in the bucket.