February 2018
Intermediate to advanced
200 pages
5h 51m
English
In the preceding tasks, we are creating a bucket and naming it my_first_bucket, and making it publicly readable using the permission public-read. In the next task, we are storing our data file present in the files of our role object inside that newly created bucket.
We should note that we are using a parameter called object, which is the key of the object (virtual folders inside the bucket).
In the last task, we are retrieving the same object created in the second task, present at the same location inside the bucket (key), and storing that object in the destination file file.txt.
Read now
Unlock full access