#Object Stores (Globally availiable)

44 messages · Page 1 of 1 (latest)

cunning violet
#

When is this coming?

exotic sparrow
#

In next 1-3 months. It is on our roadmap

eager cloak
#

This would be very nice to have, any updates @exotic sparrow?

graceful badger
#

I don't have a time or anything, but I'll come mention you soon.

graceful badger
#

Just my luck this got rescheduled, we might need about a week

graceful badger
#

I lied - release today 😄

midnight zenith
#

doesn't work:

same code worked with r2_id and r2_key instead

feral scroll
midnight zenith
grim zealot
#

What if you use your runpod email as your ID?

feral scroll
#

nope you need use user id

grim zealot
#

Okay then update the docs primarily the code, for network storage s3 api.

grim zealot
#

ClientError: An error occurred (Unknown) when calling the ListObjects operation: signature mismatch for all known keys

why is this? just tried listobjects

#

using boto3
params = {
"Bucket": bucket_name,
"Prefix": prefix,
"MaxKeys": 1000,
}
if marker:
params["Marker"] = marker

    resp = s3_client.list_objects(**params)
#

v2 also doesnt work, same error

grim zealot
cunning violet
#

What happens if the disk is full?

grim zealot
#

well the request fails perhaps, it doesnt automaticaly expand

#

Storage capacity: Network volumes have a fixed storage capacity, unlike the virtually unlimited storage of standard S3 buckets. The CopyObject and UploadPart actions do not check for available free space beforehand and may fail if the volume runs out of space. This behavior is similar to applying a size quota in S3.

grim zealot
cunning violet
#

And im curious if

#

Failed multipart requests are billed

#

Like in AWS

#

You hav to remove the parts yourself

grim zealot
#

requests arent billed from the docs

cunning violet
#

No i mean

#

The data

#

From the multipart request

grim zealot
#

oh i havent tested multipart yet

cunning violet
#

Does that eat up your storage

cunning violet
grim zealot
#

yeah i havent even uploaded any files yet using the s3 api hahah

cunning violet
#

Oof

grim zealot
#

the lists arent working well too

#

list_object and list_objectv2

cunning violet
#

Wut

grim zealot
#

either timed out(like just now) or taking so long

#

have you tried it?

cunning violet
#

Maybe too many ppl are using it

cunning violet
grim zealot
#

yeah probably, need to scale up

cunning violet
#

😢