Home | History | Annotate | Download | only in storage

Lines Matching defs:Objects

106 // This controls who can list, create or overwrite the objects in a bucket.
113 // These ACLs are applied to newly created objects in this bucket that do not have a defined ACL.
208 // apply to new objects when no object ACL is provided.
218 // how objects in the bucket are stored and determines the SLA
238 // Lifecycle is the lifecycle configuration for objects in the bucket.
242 // Lifecycle is the lifecycle configuration for objects in the bucket.
252 // objects. Takes precendence over SetStorageClass actions.
256 // objects.
276 // Type is the type of action to take on matching objects.
278 // Acceptable values are "Delete" to delete matching objects and
280 // matching objects.
283 // StorageClass is the storage class to set on matching objects if the Action
292 // LiveAndArchived includes both live and archived objects.
300 // LifecycleCondition is a set of conditions used to match objects and take an
314 // Liveness specifies the object's liveness. Relevant only for versioned objects
324 // NumNewerVersions is the condition matching objects with a number of newer versions.
608 // Objects returns an iterator over the objects in the bucket that match the Query q.
610 func (b *BucketHandle) Objects(ctx context.Context, q *Query) *ObjectIterator {
655 req := it.bucket.c.raw.Objects.List(it.bucket.name)
668 var resp *raw.Objects