A New Hope for Object Storage: R2 Enters Open Beta
blog.cloudflare.com
A New Hope for Object Storage: R2 Enters Open Beta
1–10 of 39 posts
Re: A New Hope for Object Storage: R2 Enters Open Beta
#2This will reduce our monthly S3 charge from tens-of-thousands USD per month, to ~$200.
Re: A New Hope for Object Storage: R2 Enters Open Beta
#3Re: A New Hope for Object Storage: R2 Enters Open Beta
#4 cl = boto3.client(
's3',
aws_access_key_id=access_key_id,
aws_secret_access_key=secret_access_key,
endpoint_url=endpoint,
config=Config(
region_name = endpoints[endpoint_name].get('region', 'auto'),
s3={'addressing_style': 'path'},
retries=dict( max_attempts=0 ),
),
)
dict "endpoints" is undefined in the example code above, replace that line with: region_name = 'auto',
----While,
an S3-compatible API, which exposes your bucket on a URL of the form bucket.account.r2storage.com.
Should be? an S3-compatible API, which exposes your bucket on a URL of the form account.r2.cloudflarestorage.com/bucketRe: A New Hope for Object Storage: R2 Enters Open Beta
#5I’m an engineer on the R2 team. Happy to answer any questions in this thread.
Is that still on the cards?
Re: A New Hope for Object Storage: R2 Enters Open Beta
#6I’m an engineer on the R2 team. Happy to answer any questions in this thread.
If I remember correctly, there was some discussion around R2 acting as a proxy in front of s3. So, if R2 does not yet have the asset, you would automatically pull it in from S3, and from then on R2 would serve it directly. Is that still on the cards?
Re: A New Hope for Object Storage: R2 Enters Open Beta
#7We've been waiting for this since it was announced. We have > 2PB of media heavy data, and transfer a lot via S3 to the internet. This will reduce our monthly S3 charge from tens-of-thousands USD per month, to ~$200.
Re: A New Hope for Object Storage: R2 Enters Open Beta
#8I’m an engineer on the R2 team. Happy to answer any questions in this thread.
Re: A New Hope for Object Storage: R2 Enters Open Beta
#9We've been waiting for this since it was announced. We have > 2PB of media heavy data, and transfer a lot via S3 to the internet. This will reduce our monthly S3 charge from tens-of-thousands USD per month, to ~$200.
Re: A New Hope for Object Storage: R2 Enters Open Beta
#10I’m an engineer on the R2 team. Happy to answer any questions in this thread.
If I remember correctly, there was some discussion around R2 acting as a proxy in front of s3. So, if R2 does not yet have the asset, you would automatically pull it in from S3, and from then on R2 would serve it directly. Is that still on the cards?