Home
last modified time | relevance | path

Searched refs:sse_algorithm (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-moto/moto-2.2.16/moto/s3/
H A Dcloud_formation.py6 sse_algorithm = bucket_encryption_properties["ServerSideEncryptionConfiguration"][
13 apply_server_side_encryption_by_default["SSEAlgorithm"] = sse_algorithm
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dsitemanager_controls.cpp1340 auto sse_algorithm = site.server.GetExtraParameter("ssealgorithm"); in SetSite() local
1341 if (sse_algorithm.empty()) { in SetSite()
1344 else if (sse_algorithm == "AES256") { in SetSite()
1347 else if (sse_algorithm == "aws:kms") { in SetSite()
1358 else if (sse_algorithm == "customer") { in SetSite()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rusoto_s3-0.47.0/src/
H A Dgenerated.rs13465 pub sse_algorithm: String, field
13488 obj.sse_algorithm = in deserialize()
13514 write_characters_element(writer, "SSEAlgorithm", &obj.sse_algorithm)?; in serialize()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rusoto_s3-0.44.0/src/
H A Dgenerated.rs14133 pub sse_algorithm: String, field
14156 obj.sse_algorithm = in deserialize()
14190 value = obj.sse_algorithm in serialize()