There are three ways you can upload a file:
- From an
Object
instance - From a
Bucket
instance - From the
client
In each case, you have to provide the Filename
, which is the path of the file you want to upload. To download a file from S3 locally, you’ll follow similar steps as you did when uploading. But in this case, the Filename
parameter will map to your desired local path.
Muthukumar Kusalavan on April 29, 2020
thanks a lot for the tutorial. the term Bucket() is case sensitive?