Skip to content

Instantly share code, notes, and snippets.

@taewanme
Created April 12, 2021 00:29
Show Gist options
  • Save taewanme/d2d17ab740f1974d581462f5b8692d6f to your computer and use it in GitHub Desktop.
Save taewanme/d2d17ab740f1974d581462f5b8692d6f to your computer and use it in GitHub Desktop.
read file list with PAR URL of OCI Object storage
import requests
import os
par_prefix_par=os.environ['PAR_PREFIX_URL']
response = requests.get(par_prefix_par)
print(response.text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment