BackEnd★★★
-
아마존 같은 서비스인가 배포도 되는듯? CloudflareBackEnd★★★/Docker도커&Cloud기타 2023. 6. 27. 09:50
https://developers.cloudflare.com/workers/ Cloudflare Workers · Cloudflare Workers docs Cloudflare Workers provides a serverless execution environment that allows you to create new applications or augment existing ones without configuring … developers.cloudflare.com
-
MongoDB 인스턴스에 대한 클라이언트가 유효한지 어떻게BackEnd★★★/Docker도커&Cloud기타 2023. 6. 22. 09:59
http://powerit.tistory.com/567 MongoDB 인스턴스에 대한 클라이언트가 유효한지 어떻게 확인합니까? MongoDB 인스턴스에 대한 클라이언트가 유효한지 어떻게 확인합니까? 특히, 저는 현재 다음 기능을 사용하여 클라이언트에 대한 연결이 유효한지 확인하려고 합니다. def mongodb_connect(client_uri): try: powerit.tistory.com
-
Linux에서 NAS 사용법BackEnd★★★ 2023. 6. 12. 12:23
https://www.asustor.com/ko/online/College_topic?topic=109 Linux에서 NAS 사용법 - ASUSTOR NAS NAS 109 Linux에서 NAS 사용법 Linux를 사용하여 Samba, FTP, NFS, WebDAV 및 SSH를 통해 NAS의 파일에 액세스 2021-10-26 강좌 목표 본 강좌를 마치면 다음을 할 수 있게 됩니다. Linux에서 Samba, FTP, NFS, WebDAV 및 SSH를 www.asustor.com Linux에서 NAS 사용법 Linux를 사용하여 Samba, FTP, NFS, WebDAV 및 SSH를 통해 NAS의 파일에 액세스
-
AWS❤️s3public,단서,힌트getting "The bucket does not allow ACLs" ErrorBackEnd★★★/AWS 2023. 6. 11. 19:32
https://stackoverflow.com/questions/71080354/getting-the-bucket-does-not-allow-acls-error getting "The bucket does not allow ACLs" ErrorThis is my bucket policy { "Version" : "2012-10-17", "ID" : "************", "Statement" : [ { "Sid" : &qu...stackoverflow.com
-
Using cross-origin resource sharing (CORS)영/ 한BackEnd★★★/AWS 2023. 6. 11. 19:02
https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.htmlUsing cross-origin resource sharing (CORS) - Amazon Simple Storage ServiceUsing cross-origin resource sharing (CORS) Cross-origin resource sharing (CORS) defines a way for client web applications that are loaded in one domain to interact with resources in a different domain. With CORS support, you can build rich client-side web docs...
-
How do I configure CORS in Amazon S3 and confirm the CORS rules using cURL?BackEnd★★★/AWS 2023. 6. 11. 19:01
https://repost.aws/knowledge-center/s3-configure-cors Configure and confirm CORS in Amazon S3I want to allow cross-origin access to resources in my Amazon Simple Storage Service (Amazon S3) bucket, but I'm getting an error.repost.aws https://developer.mozilla.org/ko/docs/Web/HTTP/CORS 교차 출처 리소스 공유 (CORS) - HTTP | MDN교차 출처 리소스 공유(Cross-Origin Resource Sharing, CORS)는 추가 HTTP 헤더를 사용하여, 한 출처에서 실행 중..
-
AWS)getting "The bucket does not allow ACLs" Error해결하기BackEnd★★★/AWS 2023. 6. 11. 00:18
https://stackoverflow.com/questions/71080354/getting-the-bucket-does-not-allow-acls-error getting "The bucket does not allow ACLs" Error This is my bucket policy { "Version" : "2012-10-17", "ID" : "************", "Statement" : [ { "Sid" : &qu... stackoverflow.com