endpoint_url = Unicode("https://s3.amazonaws.com", help="S3 endpoint URL").tag(
config=True, env="JPYNB_S3_ENDPOINT_URL"
)
Is this the part of the URL you use to connect to the s3 bucket in order to read/write to it?
If not, where does that code exist? Please advise.
In the file https://github.com/danielfrg/s3contents/blob/master/s3contents/s3manager.py, on line 20 you have:
Is this the part of the URL you use to connect to the s3 bucket in order to read/write to it?
If not, where does that code exist? Please advise.