Copy file from instance to Object Storage bucket
Content
I'm exploring OCI with the Always Free options and comparing it against what I've been using in Google Cloud Platform.
In GCP, their images include some Google specific binaries that make it easy to copy files from a VM instance to a storage bucket, so I can send some backup files outside of instance drives so I can destroy/recreate the instance and then restore from the file in the bucket.
I'm not quickly finding a comparable option with Oracle. Is there an easily scriptable way to access it without doing an interactive setup of the binaries or API keys?
0