Blocks within object storage

List of all the block within the object storage group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

delete object s3connection v15.0.1 Removes an object. Deleting a key that is not there is not an error. open connection s3connection v15.0.1 Opens a connection to S3-compatible object storage (Ceph RGW, MinIO, Amazon S3). Point it at an object storage service provider so the secret key stays in the provider store and never appears in this blueprint — the key pins are the older way and leave the secret readable to anyone who can open the flow. presign get url s3connection v15.0.1 Creates a temporary URL that lets anyone read one private object, without proxying it through this server. Not available in a simulation — the URL is a real credential. presign put url s3connection v15.0.1 Creates a temporary URL that lets a browser upload one object directly to storage, without the file passing through this server. Not available in a simulation — the URL is a real credential. get object s3connection v15.0.1 Downloads an object to a file. The object is streamed to disk, so a large file costs no extra memory. put object s3connection v15.0.1 Uploads a file to object storage. The file is streamed from disk, so an object of any size costs the same memory. put value s3connection v15.0.1 Uploads a value as an object — JSON, rendered text, or any payload the flow computed rather than read from disk. list objects s3connection v15.0.1 Lists one page of a bucket's objects under a prefix. Feed next page token back into page token to walk a large bucket. object exists s3connection v15.0.1 Checks whether an object exists and reads its size, type and metadata — without downloading it.
Back to object storage Return to the main group to view all sub-groups