Created
April 12, 2021 00:29
-
-
Save taewanme/d2d17ab740f1974d581462f5b8692d6f to your computer and use it in GitHub Desktop.
read file list with PAR URL of OCI Object storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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