dansup, (edited ) to Pixelfed
@dansup@mastodon.social avatar

Edit: Shipped and now available!

✨ Instagram Import + S3

Shipping soon!

https://github.com/pixelfed/pixelfed/pull/4891

fshwsprr, to security
@fshwsprr@hachyderm.io avatar

After some great discussion here yesterday on the topic of hijacked S3 buckets, I wrote up this blog post covering how I've combatted this in the past at multiple organizations.

https://bacchi.org/posts/s3-bucket-takeover-neutralization/

In the post we explore how S3 bucket takeover occurs and how you can prevent it for buckets you own. Ultimately this is a software supply chain attack and should be a addressed as a security issue.

toxi, to random
@toxi@mastodon.thi.ng avatar

deleted_by_author

  • Loading...
  • fshwsprr,
    @fshwsprr@hachyderm.io avatar

    @toxi I have some experience with this. I recommend never relinquishing S3 buckets after using them for public facing production services. You are only charged for S3 storage so if you camp on an empty bucket name for the life of your account, you incur no charges. Also, add a zero length file for future people (possibly yourself) named something like DO_NOT_DELETE_S3_BUCKET_PERSISTENT or adding a tag like PERSISTENT=true.

    I call this technique "S3 bucket takeover neutralization".

    tallison, to random
    @tallison@mastodon.social avatar

    I just came across a great article by Antonia Langfelder on 's tika-pipes module and the /async handler, enabling reading from and writing to .

    The point about setting 'OMP_THREAD_LIMIT=1' to limit tesseract is interesting.

    https://medium.com/wellcome-data/how-to-parse-millions-of-pdf-documents-asynchronously-with-apache-tika-d27e06e57b22

    falken, to email
    @falken@qoto.org avatar

    I've open sourced about 80% of a solution for managing DMARC reports across multiple domains.

    https://codeberg.org/falken/dmarc-report

    Just need to pick a cheap persistent store. Wondering if just with is good enough...

    b3cft,

    @falken

    I actually do it the other way around.

    I have ses receive mail and put it directly into an s3 bucket.

    Bucket has a notification to topics for creates into the report and forensic subfolders to a sns/sqs that feeds the lambda to process them. Then I can batch them.

    Then lifecycle policy on bucket to clean up reports.

    pixel, to random
    @pixel@social.pixels.pizza avatar
    cjerrington, to AWS
    @cjerrington@mstdn.social avatar

    This was a fun project to work on, how to download the latest file from a S3 Bucket

    https://claytonerrington.com/blog/download-latest-file-from-s3-bucket/

    (74/100)

    BraveLilToaster, to random

    Why would anyone choose to use AWS? What are the killer features that keep you using it? It seems like there are so many better comparable or even better services out there.

    It must be the intuitive user interface.

    BraveLilToaster,

    I recently started using Backblaze for storage instead or S3. But can you replace all the other services with better offerings?

    kerfuffle,
    @kerfuffle@mastodon.online avatar

    @BraveLilToaster It depends on if storage is the only thing you need. I don't think Backblaze offers static website hosting or event notification support, like AWS S3 does? How about multiregion availability?

    brunty, to til
    @brunty@brunty.social avatar

    Thanks to Ben on the @roave discord I learned that does file browsing etc, I never knew!

    https://cyberduck.io/

    I've not used that app in yeeeeeeears and used to only really use it to do back when I worked at a web agency that did that

    !

    cyberduck, to random
    @cyberduck@fosstodon.org avatar

    Version 8.7.1 is now available with bug fixes 🐛 https://cyberduck.io/changelog/. Resolves interoperability using AWS CLI configuration for connections.

    jasonnab, to DataHoarder

    Testing out OVH Cold Archive (LTO tape backed)
    11.02TB stored came out to ~$23 post-tax.
    This data is immutable and cannot be accessed or deleted without recovery, plus requires a 180 day minimum storage time (if you delete it before then you are charge the remaining time).

    Comparing to Scaleway C14, this is definitely more affordable for the same amount of data, but is however less flexible; C14 has no min-time and is easier to restore and push to.

    larsmb, to random
    @larsmb@mastodon.online avatar

    So S3 Select assumes that an S3 object is a CSV/JSON/Parquet blob, parses it to generate a database table on the fly, and then runs a query against it in a SQL subset dialect.

    I think that's what I'll dress up as for Halloween.

    😬

    TheGingerDog, to AWS
    @TheGingerDog@fosstodon.org avatar

    TIL 'aws s3 sync' needs a --delete flag.

    Only about 10 years too late to notice..... I suppose the customer will be happy about the reduced s3 bill at least.

    surak, to random
    @surak@gnomos.org avatar

    Having fun with & matrix-media-repo & mastodon & all the things (?)

    Unreal takes so long to compile I need to entertain myself with other stuff :P

    michael, to random German

    Kennt sich jemand mit dem ObjectStorage von IONOS aus? Was kommen da für Traffic-Kosten, bei einer durchschnittlichen Mastodon Instanz, auf einen zu? :boost_ok:

    bkoehn, to windows
    @bkoehn@hachyderm.io avatar

    I tried firing up a #Windows instance in #AWS #EC2. Super-easy, fast, and doesn't cost anything when not in use (an $0.12/hr when in use). You can snapshot the #EBS volume to #S3 and delete/restore it later to save more. If you’re like me and only need access to Windows periodically, it's a great way to go.

    arda, to AWS
    @arda@micro.arda.pw avatar

    Hey s , need your help.

    After I upgrade my server to 4.2.0, and when I try to set

    • S3_STORAGE_CLASS=ONEZONE_IA

    I constantly start to get

    Aws::S3::Errors::InvalidStorageClass

    errors.

    This is same with the STANDARD as value as well.

    Using Scaleway as a backend, and I know they have this feature on my region (FR-PAR). https://www.scaleway.com/en/docs/storage/object/api-cli/object-operations/#putobject

    Have you experienced this after the update? If so, can you help me please?

    Thanks!

    schizanon, to AWS
    @schizanon@mas.to avatar

    File storage in #AWS is simple: just use Simple Storage Service (#S3)

    ...unless you are using Elastic Cloud Compute (#EC2); in which case you can use instance volumes

    ...unless you want the files to persist when EC2 restarts; in which case you must use Elastic Block Store (#EBS)

    ...unless your EC2 instances are in different availability zones; in which case you need Elastic File System (#EFS)

    SEE!? SIMPLE! 😕

    rubenrubiob, to php
    @rubenrubiob@phpc.social avatar

    Serving private files from a file storage system can be tricky. In this post, we will view how to serve them efficiently using Symfony.

    També hi ha disponible la versió en català (darrer enllaç).

    https://open.substack.com/pub/rubenrubiob/p/serve-a-file-stream-in-symfony?utm_campaign=post&utm_medium=web

    https://dev.to/rubenrubiob/serve-a-file-stream-in-symfony-3ei3

    https://rubenrubiob.github.io/dev/2023-09-servir-un-stream-de-fitxer-a-symfony/

    linkeddev, to random
    @linkeddev@toot.garden avatar

    Holy crap. Backblaze this is awesome!!

    cjerrington, to lambda
    @cjerrington@mstdn.social avatar

    It’s been a pretty successful week so far. Got a function to update our bucket policies and backups direct to an S3 bucket accomplished too. Off to a good start!

    and the is a fun place to be right now.

    changelog, to golang
    @changelog@changelog.social avatar

    🗞 New episode of Changelog News!

    🤔 Armon Dadgar announces 's future
    🏆 Matt Rickard on why won
    🕴️ WarpStream is like directly on top of
    🧩 Vadim Kravcenko’s guide to managing difficult devs
    📢 Russ Cox gives an update on 2
    🎙 hosted by @jerod

    🎧 https://changelog.com/news/57

    thomas, to random
    @thomas@metalhead.club avatar

    Has anyone of you done a performance comparison between Restic with SFTP backend and S3 backend?

    My guess would be that S3 is significantly faster.... :thaenkin:

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • Youngstown
  • mdbf
  • everett
  • slotface
  • khanakhh
  • ethstaker
  • rosin
  • kavyap
  • GTA5RPClips
  • tacticalgear
  • JUstTest
  • DreamBathrooms
  • ngwrru68w68
  • Durango
  • normalnudes
  • cubers
  • modclub
  • cisconetworking
  • tester
  • osvaldo12
  • provamag3
  • anitta
  • Leos
  • lostlight
  • All magazines